HipWorkerThread

Undocumented in source.

Constructors

this
this(HipWorkerPool pool, ulong id)
Undocumented in source.

Members

Functions

isIdle
bool isIdle()
Undocumented in source. Be warned that the author may not have intended to support it.
pushTask
void pushTask(string name, void delegate() task, void delegate(string taskName) onTaskFinish)
Undocumented in source. Be warned that the author may not have intended to support it.
startWorking
void startWorking()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

WorkerTask
struct WorkerTask
Undocumented in source.

Variables

tasks
WorkerTask[] tasks;
Undocumented in source.

Meta